Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(popover): Null check the ref before disposing #1086

Merged
merged 1 commit into from
Dec 21, 2018

Conversation

Gocnak
Copy link
Contributor

@Gocnak Gocnak commented Dec 14, 2018

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

Fixes #1085

@codecov
Copy link

codecov bot commented Dec 14, 2018

Codecov Report

Merging #1086 into master will decrease coverage by 0.01%.
The diff coverage is 0%.

@@            Coverage Diff             @@
##           master    #1086      +/-   ##
==========================================
- Coverage   76.64%   76.63%   -0.02%     
==========================================
  Files         200      200              
  Lines        6059     6060       +1     
  Branches      463      464       +1     
==========================================
  Hits         4644     4644              
- Misses       1306     1307       +1     
  Partials      109      109
Impacted Files Coverage Δ
...work/theme/components/popover/popover.directive.ts 41.07% <0%> (-0.75%) ⬇️

@nnixaa nnixaa merged commit b3f7d39 into akveo:master Dec 21, 2018
@nnixaa
Copy link
Collaborator

nnixaa commented Dec 21, 2018

@Gocnak thanks for the contribution!

@garyng
Copy link

garyng commented Dec 21, 2018

@nnixaa uhmmm anyway to npm install the master branch with this change? Or I need to wait until the next release?

@nnixaa
Copy link
Collaborator

nnixaa commented Dec 21, 2018

yep, next release only. We might be cutting a Christmas release next week with bug fixes, so stay tuned!

@garyng
Copy link

garyng commented Dec 21, 2018

Okay sure!

(Using this for my school project - and the deadline is like next Monday 😭 )

@nnixaa
Copy link
Collaborator

nnixaa commented Dec 21, 2018

@garyng you can connect Nebular master using npm link and build your project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NbPopoverDirective lacks a null check for its NbOverlayRef in ngOnDestroy()
3 participants